type runtime.statDepSet
16 uses
runtime (current package)
metrics.go#L33: deps statDepSet
metrics.go#L527: type statDepSet [1]uint64
metrics.go#L530: func makeStatDepSet(deps ...statDep) statDepSet {
metrics.go#L531: var s statDepSet
metrics.go#L539: func (s statDepSet) difference(b statDepSet) statDepSet {
metrics.go#L540: var c statDepSet
metrics.go#L548: func (s statDepSet) union(b statDepSet) statDepSet {
metrics.go#L549: var c statDepSet
metrics.go#L557: func (s *statDepSet) empty() bool {
metrics.go#L567: func (s *statDepSet) has(d statDep) bool {
metrics.go#L711: ensured statDepSet
metrics.go#L720: func (a *statAggregate) ensure(deps *statDepSet) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |